home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / satellit / im2gif / rg8.doc < prev    next >
Text File  |  1988-09-01  |  2KB  |  33 lines

  1. RG8.EXE  by Bob Montgomery              Last Update 9-1-88
  2. This is a program for converting RIX satellite picture to GIF format for ease
  3. of distribution and viewing on the widest range of computers. Entering RG8
  4. alone gives the following help message.
  5.  
  6. Format is: RG8 filename[.ext] [/i] [/2] [/rxxx] [/cyyy] [/p[s]]
  7.   where the extension RIX is assumed with 640 columns by 480 rows.
  8.   The /i gives an interlaced GIF file, and /2 gives a half size file.
  9.   The /p option loads an external palette file and does color at 8 bits/pixel.
  10.   The default is filename.pal, and the s suffix loads stdpal.pal for CRIX data.
  11.   Without /p option, does 64 shades of grey, uses 6 bits/pixel, auto contrast.
  12.   The /r and /c options allow other than RIX format files to be processed, where
  13.   /rxxx => xxx rows, and /cyyy => yyy columns in the raw data file.
  14.   Thus to do a 64 grey shade VAS file enter    rg8 filename.vas /r401 /c512
  15.   which could be done from a batch file with   rg8 %1.vas /r401 /c512 %2 %3 %4
  16.  
  17. The 64 shades of grey VGA picture which shows excellent detail when viewed with
  18. one of the extended VGA cards, like the Orchid Designer, STB, or Paradise. To
  19. view on standard VGA (320x200) use the /2 option. The /p color option is for
  20. experimenting with color GIFs, and the s suffix loads a standard palette which
  21. is correct for R-G-B data files combined to a RIX file with CRIX (which is
  22. available as a seperate download, as is 2x0602.ARC which has R-G-B raw data).
  23.  
  24. The program requires at least 512K of memory to do /i or /2 options.
  25.  
  26. If you use the program regularly, please register it by sending $10 to
  27.      Bob Montgomery
  28.      132 Parsons Rd.
  29.      Longwood, Fl. 32779
  30. This will encourage me to update it periodically, and respond to registered
  31. user's requests for new features. If there is no support, I can't get too
  32. excited about changes or adding new features.
  33.